hdf5Typeof

This template function returns an HDF5 data type identifier based on the type T. If T is an array, the base type is returned.

@property
hdf5Typeof
(
T
)
()

Parameters

T

a type

Return Value

Type: hid_t

the corresponding HDF5 data type identifier

Meta